Package-level declarations

Types

Link copied to clipboard
data class GoogleBackgroundRemovalConfig(val httpClient: OkHttpClient = OkHttpClient.Builder() .connectTimeout(15, TimeUnit.SECONDS) .readTimeout(120, TimeUnit.SECONDS) .writeTimeout(120, TimeUnit.SECONDS) .build()) : BackgroundRemovalConfig

Uses Google's on-device background segmentation implementation.

Link copied to clipboard

Background removal plugin configured with Google's on-device ML Kit segmentation backend.